From: Richard M. Stallman Date: Tue, 27 Jul 1993 16:49:34 +0000 (+0000) Subject: (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94753 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=58980a95f8b5f5b1e32f279262ebad27101134c9;p=emacs.git (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. --- diff --git a/src/syntax.c b/src/syntax.c index f00fb3c9dd3..c16c371f0c7 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1390,7 +1390,6 @@ scan_sexps_forward (stateptr, from, end, targetdepth, style a. if it is non-nil, we are in comment style b */ oldstate = Fcdr (oldstate); oldstate = Fcdr (oldstate); - oldstate = Fcdr (oldstate); tem = Fcar (oldstate); state.comstyle = !NILP (tem); }